File Upload - User Defined
/documentation/pages/Ref/Action Javascript/File Upload User Defined.xml
Upload one or more files to the server. A server-side event then gets called to allow you to process the uploaded files.
File Upload
/documentation/pages/Ref/Action Javascript/File Upload.xml
Upload a file to the server and store the file name or file contents in a field in a Grid, UX, or database table.
File Upload/Download Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/File Upload - Download Properties/index.xml
The File Upload/Download control is used to add uploading or downloading behavior to a UX Component that uses data binding. The following properties are specific to the File Upload/Download control:
File Upload/Download
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/FileUpload-Download/index.xml

The File Upload/Download control is an invisible control that is used with the File Upload and File Download Action Javascript actions to add uploading and downloading files to and from the Alpha Anywhere Appliaction Server in a UX component that uses data binding.

Specifying User Defined Choices
/documentation/pages/Guides/Desktop/Design/View/Layout Control/Specifying User Defined Choices.xml
This topic describes how to enter user defined choices for the following form control types:
File Upload - Amazon S3 Storage or Alpha Anywhere Server
/documentation/pages/Ref/Action Javascript/File Upload - Amazon S3 Storage or Alpha Anywhere Server.xml
Upload one or more files to Amazon S3 or to the Alpha Anywhere server.
User Defined Functions
/documentation/pages/Ref/Api/Functions/Xbasic/User Defined Functions/index.xml
Alpha Anywhere provdes the following user defined functions.
PhoneGap File Upload Action Javascript
/documentation/pages/Guides/PhoneGap/Working with Files/File Upload Action.xml
The PhoneGap File Upload Action Javascript allows you to upload one or more files in a Cordova application from the file system on the mobile device to either the Alpha Anywhere server, or to Amazon S3.
User-defined Components
/documentation/pages/Guides/Mobile and Web Components/Custom/User-defined Components.xml
A User-defined Component is the more flexible big brother of a Custom Component. Like a Custom Component, a User-defined Component can be opened in a window, a DIV, or a Tabbed UI Pane, in a linked content section of a Grid, and in a row expander of a Grid. Like a Custom Component, a User-defined Component has bindable arguments.
User-defined Error Codes
/documentation/pages/Troubleshooting/Debugging/User-defined Error Codes.xml
Alpha Anywhere has had a CallResult object since A5 Version 8. As of Version 11, we have reserved the error code range from 20000 to 24999 for User-defined Error Codes. You may define your own error codes by editing Alpha5.errors. We recommend keeping a backup of your additions so that you can easily merge them into any future versions of Alpha5.errors that we release.